home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML Authority.sea / XML Authority / Required / swingall.jar / javax / swing / JPopupMenu$Popup.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  655 b   |  34 lines

  1. package javax.swing;
  2.  
  3. import java.awt.Color;
  4. import java.awt.Component;
  5. import java.awt.Rectangle;
  6.  
  7. interface JPopupMenu$Popup {
  8.    void addComponent(Component var1, Object var2);
  9.  
  10.    Rectangle getBoundsOnScreen();
  11.  
  12.    Component getComponent();
  13.  
  14.    int getHeight();
  15.  
  16.    int getWidth();
  17.  
  18.    void hide();
  19.  
  20.    boolean isShowing();
  21.  
  22.    void pack();
  23.  
  24.    void removeComponent(Component var1);
  25.  
  26.    void setBackground(Color var1);
  27.  
  28.    void setLocationOnScreen(int var1, int var2);
  29.  
  30.    void setSize(int var1, int var2);
  31.  
  32.    void show(Component var1);
  33. }
  34.